Goto

Collaborating Authors

 oracle jet


Machine Learning with Oracle JET and TensorFlow – Oracle Developers – Medium

@machinelearnbot

Oracle JET works with any kind of REST service, such service could be the one coming from TensorFlow (read more in my previous post -- TensorFlow Linear Regression Model Access with Custom REST API using Flask). There is option to define training steps (or data points) and learning rate. As outcome we get W and b values for linear equation y Wx b. After training is executed (so called machine learning process) -- W and b parameters are identified, this allows to predict y value for any x. More about this in my next post, today will focus on JET.